home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / c-runtime / tests / RCS / SubClass4.h,v < prev    next >
Encoding:
Text File  |  1992-08-18  |  434 b   |  47 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dglattin:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    92.08.18.04.58.04;    author dglattin;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @test code.
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#ifndef __SUBCLASS4_H
  26. #define __SUBCLASS4_H
  27.  
  28.  
  29. #include  <SubClass1.h>
  30.  
  31. @@interface SubClass4 : SubClass1 {
  32. }
  33.  
  34. + initialize;
  35. + newOther;
  36.  
  37. + ( int )return12;
  38. - ( int )return15;
  39. - ( int )return33;
  40. - ( int )return45;
  41.  
  42. @@end
  43.  
  44. #endif
  45.  
  46. @
  47.